GetRandomValue

Get a random value between min and max (both included)

extern (C) @nogc nothrow
int
GetRandomValue
(
int min
,
int max
)

Meta